3.12.38 \(\int \frac {c+d x^2}{(e x)^{11/2} (a+b x^2)^{9/4}} \, dx\) [1138]

Optimal. Leaf size=219 \[ -\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}+\frac {4 (14 b c-9 a d)}{45 a^3 e^3 (e x)^{5/2} \sqrt [4]{a+b x^2}}-\frac {8 b (14 b c-9 a d)}{15 a^4 e^5 \sqrt {e x} \sqrt [4]{a+b x^2}}+\frac {16 b^{3/2} (14 b c-9 a d) \sqrt [4]{1+\frac {a}{b x^2}} \sqrt {e x} E\left (\left .\frac {1}{2} \cot ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )\right |2\right )}{15 a^{9/2} e^6 \sqrt [4]{a+b x^2}} \]

[Out]

-2/9*c/a/e/(e*x)^(9/2)/(b*x^2+a)^(5/4)-2/45*(-9*a*d+14*b*c)/a^2/e^3/(e*x)^(5/2)/(b*x^2+a)^(5/4)+4/45*(-9*a*d+1
4*b*c)/a^3/e^3/(e*x)^(5/2)/(b*x^2+a)^(1/4)-8/15*b*(-9*a*d+14*b*c)/a^4/e^5/(b*x^2+a)^(1/4)/(e*x)^(1/2)+16/15*b^
(3/2)*(-9*a*d+14*b*c)*(1+a/b/x^2)^(1/4)*(cos(1/2*arccot(x*b^(1/2)/a^(1/2)))^2)^(1/2)/cos(1/2*arccot(x*b^(1/2)/
a^(1/2)))*EllipticE(sin(1/2*arccot(x*b^(1/2)/a^(1/2))),2^(1/2))*(e*x)^(1/2)/a^(9/2)/e^6/(b*x^2+a)^(1/4)

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 219, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 6, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.231, Rules used = {464, 296, 292, 290, 342, 202} \begin {gather*} \frac {16 b^{3/2} \sqrt {e x} \sqrt [4]{\frac {a}{b x^2}+1} (14 b c-9 a d) E\left (\left .\frac {1}{2} \cot ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )\right |2\right )}{15 a^{9/2} e^6 \sqrt [4]{a+b x^2}}-\frac {8 b (14 b c-9 a d)}{15 a^4 e^5 \sqrt {e x} \sqrt [4]{a+b x^2}}+\frac {4 (14 b c-9 a d)}{45 a^3 e^3 (e x)^{5/2} \sqrt [4]{a+b x^2}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x^2)/((e*x)^(11/2)*(a + b*x^2)^(9/4)),x]

[Out]

(-2*c)/(9*a*e*(e*x)^(9/2)*(a + b*x^2)^(5/4)) - (2*(14*b*c - 9*a*d))/(45*a^2*e^3*(e*x)^(5/2)*(a + b*x^2)^(5/4))
 + (4*(14*b*c - 9*a*d))/(45*a^3*e^3*(e*x)^(5/2)*(a + b*x^2)^(1/4)) - (8*b*(14*b*c - 9*a*d))/(15*a^4*e^5*Sqrt[e
*x]*(a + b*x^2)^(1/4)) + (16*b^(3/2)*(14*b*c - 9*a*d)*(1 + a/(b*x^2))^(1/4)*Sqrt[e*x]*EllipticE[ArcCot[(Sqrt[b
]*x)/Sqrt[a]]/2, 2])/(15*a^(9/2)*e^6*(a + b*x^2)^(1/4))

Rule 202

Int[((a_) + (b_.)*(x_)^2)^(-5/4), x_Symbol] :> Simp[(2/(a^(5/4)*Rt[b/a, 2]))*EllipticE[(1/2)*ArcTan[Rt[b/a, 2]
*x], 2], x] /; FreeQ[{a, b}, x] && GtQ[a, 0] && PosQ[b/a]

Rule 290

Int[Sqrt[(c_.)*(x_)]/((a_) + (b_.)*(x_)^2)^(5/4), x_Symbol] :> Dist[Sqrt[c*x]*((1 + a/(b*x^2))^(1/4)/(b*(a + b
*x^2)^(1/4))), Int[1/(x^2*(1 + a/(b*x^2))^(5/4)), x], x] /; FreeQ[{a, b, c}, x] && PosQ[b/a]

Rule 292

Int[((c_.)*(x_))^(m_)/((a_) + (b_.)*(x_)^2)^(5/4), x_Symbol] :> Simp[(c*x)^(m + 1)/(a*c*(m + 1)*(a + b*x^2)^(1
/4)), x] - Dist[b*((2*m + 1)/(2*a*c^2*(m + 1))), Int[(c*x)^(m + 2)/(a + b*x^2)^(5/4), x], x] /; FreeQ[{a, b, c
}, x] && PosQ[b/a] && IntegerQ[2*m] && LtQ[m, -1]

Rule 296

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(-(c*x)^(m + 1))*((a + b*x^n)^(p + 1)/
(a*c*n*(p + 1))), x] + Dist[(m + n*(p + 1) + 1)/(a*n*(p + 1)), Int[(c*x)^m*(a + b*x^n)^(p + 1), x], x] /; Free
Q[{a, b, c, m}, x] && IGtQ[n, 0] && LtQ[p, -1] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 342

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Subst[Int[(a + b/x^n)^p/x^(m + 2), x], x, 1/x] /;
FreeQ[{a, b, p}, x] && ILtQ[n, 0] && IntegerQ[m]

Rule 464

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[c*(e*x)^(m +
 1)*((a + b*x^n)^(p + 1)/(a*e*(m + 1))), x] + Dist[(a*d*(m + 1) - b*c*(m + n*(p + 1) + 1))/(a*e^n*(m + 1)), In
t[(e*x)^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b*c - a*d, 0] && (IntegerQ[n] ||
GtQ[e, 0]) && ((GtQ[n, 0] && LtQ[m, -1]) || (LtQ[n, 0] && GtQ[m + n, -1])) &&  !ILtQ[p, -1]

Rubi steps

\begin {align*} \int \frac {c+d x^2}{(e x)^{11/2} \left (a+b x^2\right )^{9/4}} \, dx &=-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {(14 b c-9 a d) \int \frac {1}{(e x)^{7/2} \left (a+b x^2\right )^{9/4}} \, dx}{9 a e^2}\\ &=-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}-\frac {(2 (14 b c-9 a d)) \int \frac {1}{(e x)^{7/2} \left (a+b x^2\right )^{5/4}} \, dx}{9 a^2 e^2}\\ &=-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}+\frac {4 (14 b c-9 a d)}{45 a^3 e^3 (e x)^{5/2} \sqrt [4]{a+b x^2}}+\frac {(4 b (14 b c-9 a d)) \int \frac {1}{(e x)^{3/2} \left (a+b x^2\right )^{5/4}} \, dx}{15 a^3 e^4}\\ &=-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}+\frac {4 (14 b c-9 a d)}{45 a^3 e^3 (e x)^{5/2} \sqrt [4]{a+b x^2}}-\frac {8 b (14 b c-9 a d)}{15 a^4 e^5 \sqrt {e x} \sqrt [4]{a+b x^2}}-\frac {\left (8 b^2 (14 b c-9 a d)\right ) \int \frac {\sqrt {e x}}{\left (a+b x^2\right )^{5/4}} \, dx}{15 a^4 e^6}\\ &=-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}+\frac {4 (14 b c-9 a d)}{45 a^3 e^3 (e x)^{5/2} \sqrt [4]{a+b x^2}}-\frac {8 b (14 b c-9 a d)}{15 a^4 e^5 \sqrt {e x} \sqrt [4]{a+b x^2}}-\frac {\left (8 b (14 b c-9 a d) \sqrt [4]{1+\frac {a}{b x^2}} \sqrt {e x}\right ) \int \frac {1}{\left (1+\frac {a}{b x^2}\right )^{5/4} x^2} \, dx}{15 a^4 e^6 \sqrt [4]{a+b x^2}}\\ &=-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}+\frac {4 (14 b c-9 a d)}{45 a^3 e^3 (e x)^{5/2} \sqrt [4]{a+b x^2}}-\frac {8 b (14 b c-9 a d)}{15 a^4 e^5 \sqrt {e x} \sqrt [4]{a+b x^2}}+\frac {\left (8 b (14 b c-9 a d) \sqrt [4]{1+\frac {a}{b x^2}} \sqrt {e x}\right ) \text {Subst}\left (\int \frac {1}{\left (1+\frac {a x^2}{b}\right )^{5/4}} \, dx,x,\frac {1}{x}\right )}{15 a^4 e^6 \sqrt [4]{a+b x^2}}\\ &=-\frac {2 c}{9 a e (e x)^{9/2} \left (a+b x^2\right )^{5/4}}-\frac {2 (14 b c-9 a d)}{45 a^2 e^3 (e x)^{5/2} \left (a+b x^2\right )^{5/4}}+\frac {4 (14 b c-9 a d)}{45 a^3 e^3 (e x)^{5/2} \sqrt [4]{a+b x^2}}-\frac {8 b (14 b c-9 a d)}{15 a^4 e^5 \sqrt {e x} \sqrt [4]{a+b x^2}}+\frac {16 b^{3/2} (14 b c-9 a d) \sqrt [4]{1+\frac {a}{b x^2}} \sqrt {e x} E\left (\left .\frac {1}{2} \cot ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )\right |2\right )}{15 a^{9/2} e^6 \sqrt [4]{a+b x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.
time = 10.04, size = 87, normalized size = 0.40 \begin {gather*} \frac {2 x \left (-5 a^2 c-(-14 b c+9 a d) x^2 \left (a+b x^2\right ) \sqrt [4]{1+\frac {b x^2}{a}} \, _2F_1\left (-\frac {5}{4},\frac {9}{4};-\frac {1}{4};-\frac {b x^2}{a}\right )\right )}{45 a^3 (e x)^{11/2} \left (a+b x^2\right )^{5/4}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x^2)/((e*x)^(11/2)*(a + b*x^2)^(9/4)),x]

[Out]

(2*x*(-5*a^2*c - (-14*b*c + 9*a*d)*x^2*(a + b*x^2)*(1 + (b*x^2)/a)^(1/4)*Hypergeometric2F1[-5/4, 9/4, -1/4, -(
(b*x^2)/a)]))/(45*a^3*(e*x)^(11/2)*(a + b*x^2)^(5/4))

________________________________________________________________________________________

Maple [F]
time = 0.02, size = 0, normalized size = 0.00 \[\int \frac {d \,x^{2}+c}{\left (e x \right )^{\frac {11}{2}} \left (b \,x^{2}+a \right )^{\frac {9}{4}}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x^2+c)/(e*x)^(11/2)/(b*x^2+a)^(9/4),x)

[Out]

int((d*x^2+c)/(e*x)^(11/2)/(b*x^2+a)^(9/4),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)/(e*x)^(11/2)/(b*x^2+a)^(9/4),x, algorithm="maxima")

[Out]

e^(-11/2)*integrate((d*x^2 + c)/((b*x^2 + a)^(9/4)*x^(11/2)), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)/(e*x)^(11/2)/(b*x^2+a)^(9/4),x, algorithm="fricas")

[Out]

integral((b*x^2 + a)^(3/4)*(d*x^2 + c)*sqrt(x)*e^(-11/2)/(b^3*x^12 + 3*a*b^2*x^10 + 3*a^2*b*x^8 + a^3*x^6), x)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x**2+c)/(e*x)**(11/2)/(b*x**2+a)**(9/4),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 4963 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)/(e*x)^(11/2)/(b*x^2+a)^(9/4),x, algorithm="giac")

[Out]

integrate((d*x^2 + c)*e^(-11/2)/((b*x^2 + a)^(9/4)*x^(11/2)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {d\,x^2+c}{{\left (e\,x\right )}^{11/2}\,{\left (b\,x^2+a\right )}^{9/4}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x^2)/((e*x)^(11/2)*(a + b*x^2)^(9/4)),x)

[Out]

int((c + d*x^2)/((e*x)^(11/2)*(a + b*x^2)^(9/4)), x)

________________________________________________________________________________________